home *** CD-ROM | disk | FTP | other *** search
/ Digital Information Mana…ntial Guide to Multimedia / Digital Information Management - An Essential Guide to Multimedia.iso / Portable / PortableOpenOfficeCode / Readme.txt < prev   
Text File  |  2006-05-16  |  5KB  |  101 lines

  1. Portable OpenOffice.org Launcher 1.1.3
  2. ======================================
  3.  
  4. Copyright (C) 2004-2005 John T. Haller
  5. Additional ideas from tracon and mai9
  6.  
  7. Website: http://portableapps.com/portableopenoffice
  8.  
  9. This software is OSI Certified Open Source Software.
  10. OSI Certified is a certification mark of the Open Source Initiative.
  11.  
  12. This program is free software; you can redistribute it and/or
  13. modify it under the terms of the GNU General Public License
  14. as published by the Free Software Foundation; either version 2
  15. of the License, or (at your option) any later version.
  16.  
  17. This program is distributed in the hope that it will be useful,
  18. but WITHOUT ANY WARRANTY; without even the implied warranty of
  19. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  20. GNU General Public License for more details.
  21.  
  22. You should have received a copy of the GNU General Public License
  23. along with this program; if not, write to the Free Software
  24. Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
  25.  
  26.  
  27. ABOUT PORTABLE OPENOFFICE.ORG
  28. =============================
  29. The Portable OpenOffice Launcher allows you to run OpenOffice from a removable drive whose letter changes as you move it to another computer.  The program can be entirely self-contained on the drive and then used on any Windows computer.
  30.  
  31.  
  32. LICENSE
  33. =======
  34. This code is released under the GPL.  The full code is included with this package as PortableOpenOffice.nsi.
  35.  
  36.  
  37. INSTALLATION / DIRECTORY STRUCTURE
  38. ==================================
  39. By default, the program expects one of 4 directory structures:
  40.  
  41. -\ <--- Directory with PortableOpenOffice.exe
  42.   +\openoffice\
  43.   +\settings\
  44.  
  45. OR
  46.  
  47. -\ <--- Directory with PortableOpenOffice.exe
  48.   +\PortableOpenOffice\
  49.     +\openoffice\
  50.     +\settings\
  51.  
  52. OR
  53.  
  54. -\ <--- Directory with PortableOpenOffice.exe
  55.   +\PortableApps\
  56.     +\PortableOpenOffice\
  57.       +\openoffice\
  58.       +\settings\
  59.  
  60. OR
  61.  
  62. -\ <--- Directory with PortableOpenOffice.exe (PortableApps, for instance)
  63.   +\Apps\
  64.     +\PortableOpenOffice\
  65.       +\openoffice\
  66.   +\Data\
  67.     +\PortableOpenOffice\
  68.       +\settings\
  69.  
  70. It can be used in other directory configurations by including the PortableOpenOffice.ini file in the same directory as PortableOpenOffice.exe and configuring it as details in the INI file section below.  The INI file may also be placed in a subdirectory of the directory containing PortableOpenOffice.exe called PortableOpenOffice or 2 directories deep in PortableApps\PortableOpenOffice or Data\PortableOpenOffice.  All paths in the INI should remain relative to the EXE and not the INI.
  71.  
  72.  
  73. PORTABLEOPENOFFICE.INI CONFIGURATION
  74. ====================================
  75. The Portable OpenOffice Launcher will look for an ini file called PortableOpenOffice.ini within its directory.  If you are happy with the default options, it is not necessary, though.  The INI file is formatted as follows:
  76.  
  77. [PortableOpenOffice]
  78. OpenOfficeDirectory=openoffice/program
  79. SettingsDirectory=settings
  80. AdditionalParameters=
  81. WaitForOpenOffice=false
  82. OpenOfficeExecutable=soffice.exe
  83. DisableSplashScreen=false
  84.  
  85. The OpenOfficeDirectory and SettingsDirectory entries should be set to the *relative* path to the directories containing soffice.exe, etc. from the current directory.  All must be a subdirectory (or multiple subdirectories) of the directory containing PortableOpenOffice.exe.  The default entries for these are described in the installation section above.
  86.  
  87. The AdditionalParameters entry allows you to pass additional commandline parameter entries to soffice.exe.  Whatever you enter here will be appended to the call to soffce.exe.
  88.  
  89. The WaitForOpenOffice entry allows you to set the Portable OpenOffice Launcher to wait for OpenOffice to close before it closes.  This option is mainly of use when PortableOpenOffice.exe is called by another program that awaits it's conclusion to perform a task.
  90.  
  91. The OpenOfficeExecutable entry allows you to set the Portable OpenOffice Launcher to use an alternate EXE call to launch OpenOffice.  This is helpful if you are using a machine that is set to deny soffice.exe from running.  You'll need to rename the soffice.exe file and then enter the name you gave it on the OpenOfficeExecutable= line of the INI.
  92.  
  93.  
  94. PROGRAM HISTORY / ABOUT THE AUTHORS
  95. ===================================
  96. This launcher contains elements from multiple sources.  It began as a batch file launcher written by myself (John T. Haller) and posted to the mozillaZine.org thread about running Firefox from a USB key.  tracon later released a launcher called fflaunch which I enhanced and re-released as Portable Firefox.  mai9 later improved on fflaunch's techniques and released it as Free The Fox.  Multiple suggestions back and forth as well as improvements from mai9, myself and others lead to the launcher we have today.  This most recent version adds some of my methods for allowing the code to be run from anywhere on first launch (as opposed to a specific directory), pass in commandline options, run without an ini file.
  97.  
  98.  
  99. KNOWN ISSUES
  100. ============
  101. On some computers, apparently running Windows XP Home Edition, multiple directories may be created within the userprofile directory on the portable drive in some instances.